<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hidden {
	display: none !important;
}

.customStyle .team-container {
	padding: 0 10px;
	box-sizing: border-box;
	max-width: 1400px;
	width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	height: auto;
}

.customStyle .person {

	/* 5 persone */
	/* width: calc(20% - 20px); */
	/* 4 persone */
	 width: calc(25% - 20px);
	/* 3 persone */
	/* width: calc(33.33% - 20px); */
	cursor: pointer;
	overflow: hidden;
	transition: 0.45s;
	position: relative;
	margin-bottom: 40px;
	margin-right: 20px;
}

.customStyle .person-details {
	padding: 0 20px;
	box-sizing: border-box;
	/*margin-top: -10px;*/
	transition: 0.3s;
}

.customStyle .person-img {
	width: 100%;
}

.customStyle .person-title {
	color: #fff;
	font-size: 1.4em;
}

.customStyle .person-desc {
	color: #AAAAAA;
	margin-top: 5px;
	font-size: 0.8em;
	letter-spacing: 1px;
}

.customStyle .person-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

	.customStyle .person-list:hover .person {
		opacity: 0.6;
	}

.customStyle .person:hover {
	opacity: 1 !important;
}

.customStyle .person:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #eb5b1d;
	content: "";
	height: 0px;
	transition: 0.45s;
}

.customStyle .person:after {
	content: "\f2ca";
	font-family: "Ionicons";
	font-size: 36px;
	color: white;
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
	display: flex;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	text-align: center;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	left: 0;
	flex-direction: column;
}

.customStyle .container-selected .header {
	max-height: 0px;
}

.customStyle .container-selected .person {
	opacity: 0 !important;
	pointer-events: none;
}

.customStyle .container-selected .person-list .person-selected {
	opacity: 1 !important;
}

	.customStyle .container-selected .person-list .person-selected:before {
		height: 100%;
	}

	.customStyle .container-selected .person-list .person-selected .person-details {
		margin-top: -40px;
		opacity: 0;
	}

.customStyle .fiveg.topteam {
	/*margin: 40px;*/
	text-align: left;
	padding-left: 22px;
	border-left: 9px solid #eb5b1d;
	margin-bottom: 50px;
}

	.customStyle .fiveg.topteam h2, .fiveg.topteam h3 {
		color: #ffffff;
		margin-bottom: 5px;
	}

.headerH2 {
	color: black !important;
}

.customStyle .fiveg.topteam h3 {
	margin-bottom: 10px;
}

.customStyle .blockquote {
	font-size: 14px;
	color: #ffffff;
	font-style: italic;
}

.customStyle .blockquote {
	/*margin: 20px 40px 40px;*/
	border: 9px solid #eb5b1d;
	padding: 15px;
	quotes: "\201C""\201D""\2018""\2019";
}

	/*.blockquote:before {
        color: #ccc;
        content: open-quote;
        font-size: 4em;
        line-height: 0.1em;
        margin-right: 0.25em;
        vertical-align: -0.4em;
    }*/

	.customStyle .blockquote p {
		display: inline;
	}


.customStyle .team-detail {
	position: absolute;
	width: calc(100% - 100px);
	right: 80px;
	top: 0;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	transition: 0.15s;
	opacity: 0;
	visibility: hidden;
	box-sizing: border-box;
}


.customStyle .team-detail-bio-content p {
	margin-bottom: 15px;
	line-height: 25px;
	font-size: 1.05em;
}

.customStyle .team-detail-header {
	margin-bottom: 30px;
}

.customStyle .team-detail-inner {
	min-height: 100%;
	display: flex;
	flex-wrap: wrap;
}

.customStyle .team-detail-left {
	position: relative;
	width: 450px;
	min-height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

	.customStyle .team-detail-left:before {
		width: 100%;
		height: 100%;
		content: "";
		position: absolute;
		right: 0;
		top: 0;
	}

	.customStyle .team-detail-left:after {
		width: 100%;
		height: 100%;
		content: "";
		position: absolute;
		right: 0;
		top: 0;
	}

.customStyle .team-detail-photo {
	position: relative;
	text-align: center;
	z-index: 999;
	width: 100%;
	font-size: 0px;
}

	.customStyle .team-detail-photo img {
		max-width: 100%;
		box-shadow: 0 10px 22px rgba(0, 0, 0, 0.3);
	}

.customStyle .team-detail-right {
	box-sizing: border-box;
	width: calc(100% - 450px);
	min-height: 100%;
	display: -webkit-flex;
	align-items: center;
	padding-right: 10%;
	position: relative;
	right: 0;
	flex-wrap: wrap;
}

	.customStyle .team-detail-right .person-title {
		font-size: 2.2em;
	}

.customStyle h3.header-subtitle {
	text-transform: uppercase
}

.customStyle h2.header-title {
	width: 70%;
	margin: auto !important
}

.customStyle .container-ready .team-detail {
	transition: 0.45s ease 0.3s;
	opacity: 1;
	right: 0;
	visibility: visible;
}

	.customStyle .container-ready .team-detail img {
		width: 75%;
	}

.customStyle .container-ready .team-container {
	overflow: hidden;
}

.customStyle .container-ready .person-selected {
	left: 0px !important;
	top: 0px !important;
	z-index: 99;
	height: 100% !important;
	width: 100px !important;
	pointer-events: auto;
}

	.customStyle .container-ready .person-selected:after {
		opacity: 1;
		visibility: visible;
	}

.customStyle .person-back:before {
	height: 0px !important;
}

.customStyle .person-back .person-details {
	margin-top: -15px !important;
	transition-delay: 0.35s;
	opacity: 1 !important;
}

.customStyle .social {
	margin-top: 15px;
}

	.customStyle .social a {
		color: #fbf9bd;
		font-size: 20px;
		margin-right: 8px;
	}

		.customStyle .social a:last-child {
			margin-right: 0;
		}

@media (max-width: 1200px) {
	.customStyle .team-detail-left {
		width: 400px;
		padding: 0 40px;
		box-sizing: border-box;
	}

	.customStyle .team-detail-right {
		padding-right: 0;
		width: calc(100% - 440px);
	}

	.customStyle .person .person-title {
		font-size: 1.7em;
	}

	.customStyle .person-details {
		padding: 0 10px;
	}
}

@media (max-width: 970px) {
	.customStyle .team-detail-left {
		width: 100%;
		padding: 50px 50px 30px 50px;
	}


	.customStyle .team-detail-right {
		padding: 0 50px;
		width: 100%;
	}

	.customStyle .team-detail-header {
		text-align: center;
	}

	.customStyle .container-ready .person-selected {
		width: 50px !important;
	}

	.customStyle .team-detail {
		width: calc(100% - 50px);
	}

	.customStyle .person {
		width: calc(50% - 20px);
	}
}

@media (max-width: 480px) {
	.customStyle .person {
		width: 100%;
		margin-bottom: 50px;
	}

	.customStyle .header {
		margin-top: 50px;
	}
}


.customStyle .info-area {
	background: #fff;
}

	.customStyle .info-area * {
		color: #000;
	}

.customStyle .bg-Black {
	background: #1D1D1B;
}

	.customStyle .bg-Black * {
		color: #fff !important;
	}

/*Inizio Sezione AmministratoreDelegato*/
/*
#AmministratoreDelegato h2 {
    font-size: 40pt;
}

    #AmministratoreDelegato h2.sottotitolo {
        font-size: 24pt;
    }


#AmministratoreDelegato p {
    font-size: 16pt;
}
    */

.customStyle #AmministratoreDelegato a {
	border: none;
}

.ceo-box1 {
	display: none !important;
}

.ceo-box2 {
	display: none !important;
}

.customStyle .linkBlu {
	font-family: 'Fira Sans', sans-serif;
	font-size: 1.8em;
	color: #eb5b1d !important;
	cursor: pointer;
}

/*#AmministratoreDelegato a.testoBlu {
    font-size: 24pt;
    font-weight: bold;
}*/

.customStyle .width-700 {
	max-width: 700px;
}

.customStyle .FraseCeo {
	font-size: 2.1em;
	font-family: 'Fira Sans', sans-serif;
	font-weight: lighter;
	line-height: 28pt;
}

.customStyle .apici {
	display: block;
	margin: -70px 0 0 -55px;
}

.customStyle .paragraphTitle {
	font-family: 'Fira Sans', sans-serif;
	font-size: 2.1em;
}

.customStyle .paragraphSubTitle {
	font-family: 'Fira Sans', sans-serif;
	font-size: 1.3em;
}

.customStyle .paragraph {
	font-size: 1.2em !important;
}

.customStyle .FiraExtra {
	font-family: 'Fira Sans', sans-serif;
}

/*Fine Sezione AmministratoreDelegato*/

.customStyle .container-selected.container-ready {
	background: rgba(255, 255, 255, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000000000;
	max-width: none;
	overflow: auto;
}


.customStyle .noScroll {
	overflow: hidden;
}

/*
    img.person-img {
    height: 300px !important;
    object-fit: cover;
    object-position: 0px -30px;
}
*/

.customStyle .person-description {
	opacity: 0;
	background: rgba(0,0,0,0);
	height: 300px;
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0 !important;
	top: 0px !important;
	left: 0px !important;
	height: calc(88% ) !important;
	padding: 0 10% !important;
	margin: 0 !important;
}

	.customStyle .person-description:hover {
		opacity: 1;
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0));
		/*opacity: 1;
        background: rgba(0,0,0,0.75);
		*/
	}

	.customStyle .person-description p {
		color: #fff !important;
		margin: 100px 20px 0;
		text-align: center;
	}

.customStyle .buttonDetail {
	width: 70%;
	color: #eb5b1d !important;
	border: 3px solid #eb5b1d;
	text-align: center;
	margin: 60px auto 0;
	padding: 0;
	display: block;
	padding: 10px;
	margin-top:20px;
}


	.customStyle .buttonDetail:hover {
		background: #eb5b1d !important;
		color: #fff !important;
	}

.customStyle h2.header-title {
	font-family: 'Fira Sans', sans-serif;
	font-size: 2.3em !important;
	font-weight: 800;
	line-height: 1.1;
}

.customStyle h3.header-subtitle {
	font-size: 1.2em;
	line-height: 1.1;
}

.customStyle .descCeo {
	padding: 30px 70px 30px 50px;
}

@media only screen and (min-width: 768px) {
	.customStyle .mobile-view {
		display: none !important;
	}
}

@media only screen and (max-width: 768px) {
	.customStyle .pc-view {
		display: none !important;
	}

	.customStyle .person {
		width: calc(100% - 20px);
	}

	.customStyle .container-selected.container-ready {
		background: #ffffffff;
	}

	.customStyle h2.header-title {
		font-size: 1.5em !important;
	}

	.customStyle .buttonDetail {
		width: 70%;
		color: #eb5b1d !important;
		border: 3px solid #eb5b1d;
		text-align: center;
		margin: 5px auto 0;
		padding: 0;
		display: block;
		padding: 10px;
	}

	.customStyle .info-header {
		padding: 31px 0;
	}

	.customStyle .person {
		margin-right: 0px;
		width: 100% !important;
	}
}



.customStyle .mg-top-100 {
	margin-top: 100px;
}


.customStyle h2.paragraphTitle, .customStyle h2.paragraphSubTitle, .customStyle p.paragraphTitle, a.linkBlu {
	line-height: 1.1 !important;
}

.scroll-hidden {
	overflow-y: hidden !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

 .customStyle .team-detail {
        color: rgba(255, 255, 255, 0.95) !important;
    }
	
	.customStyle .team-detail-inner{
		
		height:100vh;
	}

.customStyle .team-detail-right{
	display:flex !important;
	
}

.customStyle .team-detail-bio-content{
	width:100vh;
}


   
}
/*INIZIO NUOVE MODIFICHE*/
.ceoBoxVis1{
	display:block !important;
}
.ceoBoxVis2{
	display:block !important;
}
.ceo-box1&gt;.person-img{
	display:none !important;
}
.ceo-box2&gt;.person-img{
	display:none !important;
}


.ceoBoxVis{
	display:block !important;
}
.ceo-box&gt;.person-img{
	display:none !important;
}
#AmministratoreDelegato figcaption{
    display: none;
}

@media only screen and (max-width: 992px){
    .customStyle .person {
    margin-right: 0px;
    width: 50%!important;
    padding: 5px;
}
.customStyle .fiveg.topteam {
display: none;
}

.customStyle .descCeo {
    padding: 10px 5px 0px 22px;
    max-width: 50%;
}

.customStyle .blockquote {
    border: 5px solid #eb5b1d;
    padding: 10px;
    font-size: 10px;
    height: 110px;
    width: 165px;
}

.customStyle img.apici {
    display: block;
    margin: -40px 0 0 0px;
    height: 40px;
}
.mLeft{
    padding-left: 20px!important;
    padding-top: 20px!important;
    padding-right: 10px!important;
}
.mRight{
    padding-right: 20px!important;
    padding-left: 10px!important;
    padding-top: 20px!important;
}
.col-ceo{
		width:50%;
		max-width:50%;
 padding-right: 1px;
    padding-left: 1px;
}

    .customStyle .FraseCeo {
    font-size: 1.2em;
    font-family: 'Fira Sans', sans-serif;
    font-weight: lighter;
    line-height: 14pt;
}

.bioCeo{
    margin-top: 10px;
    margin-bottom: 30px;
}
#AmministratoreDelegato figcaption{
    display: block;
}

#AmministratoreDelegato .buttonDetail {
display: block!important;
/* margin: 0px auto 0!important; */
}
.mBottom20{
    margin-bottom: 20px!important;
}

}
.mBottom30{
	margin-bottom:30px!important;
}
.space{
	display:none;
}
@media only screen and (max-width: 416px){
	.space{
		display:block;
		height: 20px;
	}
}
@media only screen and (max-width: 420px){
	.mobilePerson{
		min-height:370px;
	}
}
@media screen and (min-width: 421px) and (max-width:490px){
	.mobilePerson{
		min-height: 410px;
	}
}

@media screen and (min-width: 491px) and (max-width:610px){
	.mobilePerson{
		min-height: 465px;
	}
}

@media only screen and (max-width: 610px){
.customStyle .bioFirst {
    bottom: 0;
    position: absolute;
    width: 50%;
    margin-left: 20%!important;
	margin-top:20px!important;
}
}

</pre></body></html>